home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Horoscope Companion: Scorpio
/
Horoscope Companion: Scorpio.iso
/
pc
/
scorpio
/
hfb.dir
/
Internal_3.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-10-08
|
274 b
|
13 lines
on exitFrame
global gGoodOrBadSelection
hGetFrameLabel()
if gGoodOrBadSelection = "good" then
set gGoodOrBadSelection to "bad"
else
if gGoodOrBadSelection = "bad" then
set gGoodOrBadSelection to "good"
end if
end if
hFingerPointingCursor()
end